home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Sep 89 / Y0007-Re MacApp Memory Mg-Aug89 < prev    next >
Encoding:
Text File  |  1989-09-01  |  855 b   |  26 lines  |  [TEXT/GEOL]

  1. Item    8815103                         31-Aug-89        16:33
  2.  
  3. From:   MACDTS                          Mac Developer Tech Support, APL
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Re- MacApp Memory Mgmnt
  8.  
  9. Bo Ridderstolpe
  10. Dan Ryrlén
  11.  
  12. I think that your concept of temporary memory and/or permanent memory is a
  13. little off. There is no guarantee made that any sort of memory will appear in
  14. any part of your heap (except that locked blocks should appear in the upper
  15. part, and that NewPtr requests are in the lower part). All that is guaranteed
  16. is that MacApp will make sure that there is enough memory available to satisfy
  17. temporary memory requests, as long as you've told it to reserve a sufficiently
  18. large amount.
  19.  
  20. Calling MoveHHI is perfectly fine in the situation you site.
  21.  
  22. - Keith Rollin
  23. - Apple Developer Technical Support
  24.  
  25.  
  26.